/* d57d49 */
/* pt-sans-regular - latin */
@import url(https://fonts.googleapis.com/css?family=PT+Sans:100,400,400italic,800,700italic);
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 100;
  src: url("./fonts/pt-sans-v9-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("PT Sans"), local("PTSans-Regular"), url("./fonts/pt-sans-v9-latin-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/pt-sans-v9-latin-regular.woff2") format("woff2"), url("./fonts/pt-sans-v9-latin-regular.woff") format("woff"), url("./fonts/pt-sans-v9-latin-regular.ttf") format("truetype"), url("./fonts/pt-sans-v9-latin-regular.svg#PTSans") format("svg");
  /* Legacy iOS */
}

.text-color {
  color: #333 !important;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pt-1 {
  padding-top: 10px;
}

.pt-2 {
  padding-top: 20px;
}

.pt-4 {
  padding-top: 40px;
}

.pl-1 {
  padding-left: 10px;
}

.pl-2 {
  padding-left: 20px;
}

.pl-4 {
  padding-left: 40px;
}

.pr-1 {
  padding-right: 10px;
}

.pr-2 {
  padding-right: 20px;
}

.pr-4 {
  padding-right: 40px;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.ml-1 {
  margin-left: 10px;
}

.ml-2 {
  margin-left: 20px;
}

.mr-1 {
  margin-right: 10px;
}

.mr-2 {
  margin-right: 20px;
}

.btn-site {
  position: relative;
  font-family: 'Oswald', sans-serif;
  border-radius: 4px;
  user-select: none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  font-style: normal;
  font-weight: 100;
  cursor: pointer !important;
  padding: 5px 10px 8px 10px;
  -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -ms-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  text-decoration: none;
}

@media all and (min-width: 1000px) {
  .btn-site {
    letter-spacing: 1px;
  }
}

.btn-site > a {
  text-decoration: none;
}

.btn-green-rounded {
  position: relative;
  font-family: 'Oswald', sans-serif;
  border-radius: 10px;
  user-select: none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 1px;
  cursor: pointer !important;
  display: inline-block;
  padding: 10px 20px;
  background-color: #36c449;
  color: #fff;
  -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -ms-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
}

.btn-green-rounded:hover {
  background-color: #2e9e3d;
  text-decoration: none;
  color: #fff;
}

@media (min-width: 767px) {
  .col-sep-screen {
    border-right: 1px solid #333;
  }
}

@media (min-width: 767px) {
  .pl-40-screen {
    padding-left: 40px;
  }
}

@media (min-width: 767px) {
  .pr-40-screen {
    padding-right: 40px;
  }
}

.col-screen-m-r {
  padding-right: 5px;
}

@media (max-width: 767px) {
  .col-screen-m-r {
    padding: 0px;
  }
}

.col-screen-m-l {
  padding-left: 5px;
}

@media (max-width: 767px) {
  .col-screen-m-l {
    padding: 0px;
  }
}

@media (max-width: 1024px) {
  .list-score-tablet {
    display: none;
  }
}

@media (min-width: 767px) {
  .top-margin-screen-40 {
    margin-top: 40px;
  }
}

@media (min-width: 767px) {
  .tm-s-20 {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .mobile-padding-content {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .mobile-padding-content-s {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .mobile-mt-2 {
    margin-top: 20px;
  }
}

.contentbox-line {
  background-color: #f0f0f0;
  padding: 10px;
  border-radius: 3px;
}

/*  Fonts */
.box-header {
  font-size: 17px;
  /* 13px */
  font-weight: 100;
  color: #666;
  padding-bottom: 5px;
}

/* Bootstrap fix */
.col-centered {
  float: none;
  margin: 0 auto;
}

.profile-menu {
  display: none;
  position: absolute;
  z-index: 100000;
  top: 60px;
  right: 0px;
  background-color: rgba(44, 44, 44, 0.9);
  color: #fff;
  width: 200px;
  height: 275px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px;
}

.profile-menu ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.profile-menu li {
  padding: 5px 10px;
  margin: 5px;
  border-bottom: 1px solid #333;
  border-radius: 3px;
}

.profile-menu li a {
  display: block;
  color: #eee;
  width: 100%;
}

.profile-menu li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.user-online-status-0 {
  /* not online for a while */
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}

.user-online-status-1 {
  /* online latest 15 min */
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #149c18;
}

.user-online-status-2 {
  /* online latest 60 min */
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #e49305;
}

/* Section */
.app-header-xs, .app-header-s, .app-header-m, .app-header-l, .app-header-l2, .app-header-xl, .app-header-xxl, .btn-app-stats .statslabel {
  font-family: 'Oswald', sans-serif;
  color: #fff;
  font-weight: 400 !important;
  /* padding:2px 5px; */
  /* letter-spacing: 5px; */
}

.app-header-xs {
  font-size: 11px;
}

@media all and (max-width: 576px) {
  .app-header-xs {
    font-size: 11px;
  }
}

.app-header-s {
  font-size: 15px;
}

@media all and (max-width: 576px) {
  .app-header-s {
    font-size: 13px;
  }
}

.app-header-m {
  font-size: 19px;
}

@media all and (max-width: 767px) {
  .app-header-m {
    font-size: 17px;
  }
}

@media all and (max-width: 576px) {
  .app-header-m {
    font-size: 15px;
  }
}

.app-header-l {
  font-size: 26px;
}

@media all and (max-width: 576px) {
  .app-header-l {
    font-size: 19px;
  }
}

.app-header-l2 {
  font-size: 36px;
}

@media all and (max-width: 576px) {
  .app-header-l2 {
    font-size: 24px;
  }
}

.app-header-xl {
  font-size: 50px;
}

@media all and (max-width: 576px) {
  .app-header-xl {
    font-size: 26px;
  }
}

.app-header-xxl {
  font-size: 70px;
}

@media all and (max-width: 1000px) {
  .app-header-xxl {
    font-size: 50px;
  }
}

@media all and (max-width: 576px) {
  .app-header-xxl {
    font-size: 36px;
  }
}

/* Section */
.site-header-xs, .site-header-s, .site-header-m, .site-header-l, .site-header-xl {
  font-family: 'PT Sans';
  /* Open Sans Light'; */
  color: #fff;
  font-weight: 800 !important;
  line-height: 1.1;
  /* padding:2px 5px; */
  /* letter-spacing: 5px; */
}

.site-header-xs {
  font-size: 13px;
}

.site-header-s {
  font-size: 15px;
}

@media all and (max-width: 768px) {
  .site-header-s {
    font-size: 13px;
  }
}

@media all and (max-width: 576px) {
  .site-header-s {
    font-size: 11px;
  }
}

.site-header-m {
  font-size: 19px;
}

@media all and (max-width: 768px) {
  .site-header-m {
    font-size: 17px;
  }
}

@media all and (max-width: 576px) {
  .site-header-m {
    font-size: 15px;
  }
}

.site-header-l {
  font-size: 26px;
}

@media all and (max-width: 768px) {
  .site-header-l {
    font-size: 21px;
  }
}

@media all and (max-width: 576px) {
  .site-header-l {
    font-size: 19px;
  }
}

.site-header-xl {
  font-size: 50px;
}

@media all and (max-width: 576px) {
  .site-header-xl {
    font-size: 26px;
  }
}

/* Top minus margin */
.tm-min-1 {
  margin-top: -8px;
  display: inline-block;
}

/*
.quote{
    font-family:'PT Sans';
    font-style:italic;
    font-size:15px;
    padding:20px;
    &:before, &:after {
        content: '\201C';
        font-size:20px;
        color: lighten($black, 40%);
     }
     &:after {
        content: '\201D';
        font-size:20px;
     }

    &-name{
      font-weight:800;
      font-style:normal;
    }
}
*/
blockquote {
  font-size: 1.1em;
  line-height: 1.4em;
}

blockquote:before {
  content: open-quote;
}

blockquote:after {
  content: close-quote;
}

blockquote:before {
  display: inline-block;
  vertical-align: bottom;
  color: orange;
  font-size: 3em;
  top: .2em;
  position: relative;
}

blockquote:after {
  display: inline-block;
  vertical-align: bottom;
  color: orange;
  font-size: 3em;
  top: .3em;
  position: relative;
}

.quote-name {
  font-weight: 800;
  font-style: normal;
  font-family: 'PT Sans';
  font-style: italic;
  font-size: 15px;
  margin-left: 60px;
  margin-top: -20px;
}

.actual-width {
  display: inline-table;
  margin: 5px 0px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.btn {
  position: relative;
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-weight: 100;
  cursor: pointer !important;
  width: 100%;
  padding: 5px 10px 8px 10px;
  opacity: 0.8;
  -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -ms-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

@media all and (min-width: 1000px) {
  .btn {
    letter-spacing: 1px;
  }
}

.btn .size-xs {
  padding: 2px 4px;
}

.btn .size-s {
  padding: 5px 10px;
}

.btn .size-m {
  padding: 10px 20px;
}

.btn .size-l {
  padding: 20px 40px;
}

.btn-actual-width {
  width: auto !important;
}

.btn:focus {
  outline: 0;
}

/* Colors for buttons in games */
.btn-color-success {
  /* background-color: $green-bright;*/
  background-color: rgba(39, 198, 144, 0.7);
  color: #fff;
}

.btn-color-success-intense {
  background-color: rgba(39, 198, 144, 0.9);
  opacity: 0.9;
  color: #fff;
}

.btn-color-success-intense:hover {
  background-color: #27c690;
  opacity: 1;
  color: #fff;
}

.btn-color-success-solid {
  background-color: #27c690;
  opacity: 1;
  color: #fff;
}

.btn-color-success-solid:hover {
  background-color: rgba(39, 198, 144, 0.9);
  opacity: 1;
  color: #fff;
}

.btn-color-success:hover {
  background-color: #15b67f;
  color: #fff;
}

.btn-color-error {
  background-color: #ae2f05;
  color: #fff;
}

.btn-color-error:hover {
  background-color: #822304;
  color: #fff;
}

.btn-color-black {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.btn-color-black:hover {
  background-color: #000;
  color: #fff;
}

.btn-color-white {
  background-color: #fff;
  color: #333;
}

.btn-color-inform {
  background-color: #34c3e4;
  color: #fff;
}

.btn-color-inform:hover {
  background-color: #0498ba;
  color: #fff;
}

.btn-color-alert {
  background-color: #ef6818;
  color: #fff;
}

.btn-color-alert:hover {
  background-color: #c34f0a;
  color: #fff;
}

.btn-multi-block {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  height: 120px;
  cursor: pointer;
}

@media all and (max-width: 665px) {
  .btn-multi-block {
    height: 80px;
  }
}

.btn-rounded-xl {
  border-radius: 20px;
  padding: 20px;
}

@media all and (max-width: 665px) {
  .btn-rounded-xl {
    border-radius: 10px;
    padding: 10px;
  }
}

.btn-multi-block:hover {
  background-color: rgba(239, 104, 24, 0.8);
}

.btn-exact-size {
  display: inline-block;
  width: max-content;
}

.btn-opacity-minimal {
  opacity: 0.9 !important;
}

.btn-opacity-minimal:hover {
  opacity: 1 !important;
}

.no-shadow {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0) !important;
}

/* Text colors */
.text-light {
  color: #fff;
}

/* Block colors */
.bg-orange {
  background-color: rgba(239, 104, 24, 0.8);
}

/* Font sizes for buttons */
.btn-fontsize-xs {
  font-size: 9px;
}

.btn-fontsize-s {
  font-size: 11px;
}

.btn-fontsize-m {
  font-size: 15px;
}

.btn-fontsize-l {
  font-size: 19px;
}

.btn-fontsize-xl {
  font-size: 21px;
}

/*  Button size */
.btn-extra-height {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 25px;
}

@media all and (max-width: 665px) {
  .btn-extra-height {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }
}

.btn-max-width {
  max-width: 250px;
}

@media all and (max-width: 665px) {
  .btn-max-width {
    max-width: 150px;
  }
}

.margin-top {
  margin-top: 10px;
}

/* App specific container and stuff */
.app-title {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 100;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

@media all and (max-width: 665px) {
  .app-title {
    font-size: 20px;
    letter-spacing: 1px;
  }
}

.container-main-graphic {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 13px;
  padding: 10px 20px 40px 20px;
  margin: 10px 0px;
  color: #fff;
  /*
    background: rgb(97,107,117);
    background: -moz-linear-gradient(top, rgba(97,107,117,1) 0%, rgba(48,63,80,1) 100%);
    background: -webkit-linear-gradient(top, rgba(97,107,117,1) 0%,rgba(48,63,80,1) 100%);
    background: linear-gradient(to bottom, rgba(97,107,117,1) 0%,rgba(48,63,80,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d5662', endColorstr='#30353c',GradientType=0 );
    */
  /* background-image: url('/wp-content/themes/dart/images/app-back.jpg'); */
  background-image: url("/wp-content/themes/dart/images/2020b-app-back.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media all and (max-width: 767px) {
  .container-main-graphic {
    position: relative;
    border: 0px;
    border-radius: 0px;
    padding: 10px 10px 20px 10px;
    margin: 0px;
  }
}

.selected-row {
  background-color: rgba(239, 104, 24, 0.8) !important;
  color: #fff !important;
}

.score-header {
  /*
    background: $orange;
    opacity:0.7;
    */
  background-color: rgba(30, 30, 30, 0.5);
  color: #fff;
  /*
    background: -moz-linear-gradient(top,  rgba(71,71,81,1) 0%, rgba(20,20,25,1) 49%, rgba(1,1,5,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(71,71,81,1)  0%, rgba(20,20,25,1) 49%, rgba(1,1,5,1) 100%);
    background: linear-gradient(to bottom,  rgba(71,71,81,1)  0%, rgba(20,20,25,1)49%, rgba(1,1,5,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbfc', endColorstr='#ffffff',GradientType=0 );
    */
}

.score-header-top {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  /*
    background: -moz-linear-gradient(top,  rgba(226,122,25,1) 0%, rgba(171,93,21,1) 49%, rgba(226,122,25,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(226,122,25,1)  0%, rgba(171,93,21,1) 49%, rgba(226,122,25,1) 100%);
    background: linear-gradient(to bottom,  rgba(226,122,25,1)  0%, rgba(171,93,21,1) 49%, rgba(226,122,25,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbfc', endColorstr='#ffffff',GradientType=0 );
    */
}

.footer-container {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
}

@media all and (min-width: 1000px) {
  .screen-margin-top-40 {
    margin-top: 40px;
  }
}

@media all and (min-width: 568px) {
  .screen-margin-top-minus-15 {
    margin-top: -15px;
  }
}

.bg-color-black {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

/* Section */
.section-title-xs, .section-title-small, .section-title-medium, .section-title-large, .section-title-xl {
  font-family: 'Oswald', sans-serif;
  color: #fff;
  font-weight: 400 !important;
  /* padding:2px 5px; */
  /* letter-spacing: 5px; */
}

.section-title-xs {
  font-size: 11px;
}

.section-title-small {
  padding: 2px 5px;
  letter-spacing: 5px;
  font-size: 15px;
}

@media all and (max-width: 568px) {
  .section-title-small {
    font-size: 13px;
  }
}

.section-title-medium {
  font-size: 19px;
}

@media all and (max-width: 568px) {
  .section-title-medium {
    font-size: 15px;
  }
}

.section-title-large {
  line-height: 1 !important;
  font-size: 25px;
}

@media all and (max-width: 568px) {
  .section-title-large {
    font-size: 19px;
  }
}

.section-title-xl {
  line-height: 1.3 !important;
  font-size: 50px;
}

@media all and (max-width: 568px) {
  .section-title-xl {
    font-size: 24px;
  }
}

/*  Different app buttons and styles */
.app-button {
  display: inline-block;
  border-radius: 2px;
  width: 100% !important;
  padding: 15px 0px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.5s ease;
  color: #fff;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  font-family: 'PT Sans';
}

.app-button:hover {
  background-color: #de7e1a;
  font-weight: 800;
}

.app-button-m {
  display: inline-block;
  border-radius: 2px;
  width: 100% !important;
  padding: 15px 0px;
  background-color: #4c0004;
  /* rgba(130,0,5,1); */
  transition: background-color 0.5s ease;
  color: #fff;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  font-family: 'PT Sans';
}

.app-button-m:hover {
  background-color: #930008;
  font-weight: 800;
}

.app-button-b {
  display: inline-block;
  border-radius: 2px;
  width: 100% !important;
  padding: 15px 0px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: background-color 0.5s ease;
  color: #fff;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  font-family: 'PT Sans';
}

.app-button-b.tight {
  display: inline-block;
  width: inherit;
  padding: 5px 10px;
  line-height: 35px;
}

.app-button-b.tight:hover {
  color: #fff;
  text-decoration: none;
}

.app-button-b:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 800;
}

.app-button-container {
  border-radius: 0px;
  padding: 5px;
  cursor: pointer;
}

.round-app-button {
  display: inline-block;
  border-radius: 50%;
  border: 3px solid #fff;
  width: 60px;
  height: 60px;
  padding: 10px;
}

.app-button-list {
  display: inline-block;
  border-radius: 2px;
  padding: 5px 10px;
  margin-bottom: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: background-color 0.5s ease;
  color: #fff;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  font-family: 'PT Sans';
}

.app-button-list:hover {
  color: #fff;
  text-decoration: none;
}

.app-button-list:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 800;
}

.greenzone-app-btn-back {
  background-image: url("/wp-content/themes/dart/images/winmau-greenzone-center.png");
  background-repeat: no-repeat;
  background-position: right -50px bottom 0px;
}

.mico-gameover-container {
  position: absolute;
  z-index: 50;
  margin-top: 50px;
  display: none;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
}

@media all and (max-width: 460px) {
  .mico-gameover-container {
    width: 360px;
  }
}

.mico-gameover-content {
  position: relative;
  display: inherit;
  background-color: rgba(60, 20, 21, 0.9);
  padding: 20px 40px 40px 40px;
  color: #000;
  height: 400px;
  width: 100%;
  border-radius: 10px;
  border: 2px solid #fff;
}

.btn-app-stats {
  position: absolute;
  z-index: 1000;
  right: 0px;
  top: 100px;
  height: 80px;
  width: 40px;
  background-color: #880000;
  border-radius: 10px 0px 0px 10px;
  cursor: pointer;
}

.btn-app-stats .statslabel {
  color: #fff;
  transform: rotate(-90deg);
  margin-top: 35px;
  white-space: nowrap;
  font-size: 15px;
}

.btn-app-stats:hover {
  background-color: #d00707;
}

.app-stats-container {
  position: absolute;
  z-index: 10001;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  color: #fff;
  display: none;
}

/* MasterClass Next game popup */
.next-game-container {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10000000;
  top: 0px;
  left: 0px;
}

.btn-next-game .background {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 120px;
  border-radius: 20px;
  min-height: 175px;
}

.btn-next-game .background:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.btn-next-game:hover {
  text-decoration: none !important;
}

.btn-next-game .app-header-xl:hover {
  text-decoration: none !important;
}

.btn-next-game .app-header-l:hover {
  text-decoration: none !important;
}

.btn-next-game .app-header-m:hover {
  text-decoration: none !important;
}

.btn-next-game .app-header-s:hover {
  text-decoration: none !important;
}

.games-shelf-container {
  width: 100%;
  padding: 20px 0px;
}

.games-shelf {
  width: 100%;
  height: 210px;
  overflow-x: auto;
  display: flex;
  background-color: #1b1b1a;
  padding: 10px 10px 5px 10px;
}

.game-item {
  display: inline-block;
  margin-right: 20px;
  opacity: 1;
}

.game-item:last-child {
  padding-right: 20px;
}

.game-item:hover {
  opacity: 0.8;
}

.game-title-small {
  text-align: center;
  margin: 5px 0px;
  font-size: 11px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.game-image {
  max-width: 120px;
  height: auto;
}

@media (max-width: 767px) {
  .games-shelf-container {
    padding: 10px 0px 20px 0px;
  }
  .top-header-margin-adjust {
    margin-top: -30px;
  }
  .game-image {
    max-width: 70px;
    height: auto;
  }
  .game-title-small {
    max-width: 70px;
  }
  .games-shelf::-webkit-scrollbar {
    width: 0px;
    /* Remove scrollbar space */
    background: transparent;
    /* Optional: just make scrollbar invisible */
  }
  .games-shelf {
    height: 140px;
    padding: 5px;
    padding-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .games-shelf::-webkit-scrollbar {
    background: #333;
    /* Optional: just make scrollbar invisible */
    height: 10px;
    /*
        scrollbar-color: #333;
        scrollbar-width: thin;
        */
  }
}

/*

.container-main-graphic{
    position:relative;
    border:1px solid #ddd;
    border-radius: 13px;
    padding:10px 20px 20px 20px;
    margin:10px 0px;

    background: rgb(97,107,117);
    background: -moz-linear-gradient(top, rgba(97,107,117,1) 0%, rgba(48,63,80,1) 100%);
    background: -webkit-linear-gradient(top, rgba(97,107,117,1) 0%,rgba(48,63,80,1) 100%);
    background: linear-gradient(to bottom, rgba(97,107,117,1) 0%,rgba(48,63,80,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e4354', endColorstr='#2b4d5d',GradientType=0 );
}
*/
.boot-camp-menu-item {
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  color: #222;
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 10px 30px;
  opacity: 0.5;
  display: inline-table;
}

.selected-week {
  opacity: 1;
}

.bootcamp-content-box {
  border: 2px dashed #333;
  padding: 20px;
}

.btn-tasks {
  border: 1px solid #333;
  padding: 10px 20px;
  color: #333;
}

.btn-tasks:hover {
  background-color: #333;
  color: #fff;
}

.check-icon {
  font-size: 24px;
}

.is-active .check-icon {
  background: red;
}

:hover > .check-icon {
  background: #333;
}

/*
@import 'base/style-2018.css';
@import 'base/style-games.css';
@import 'base/style-general.css';
*/
/*
Recommended order of styles:
Box (position, display, width, margin, etc.)
Text
Background
Border
Other (Alphabetically)  

*/
